home *** CD-ROM | disk | FTP | other *** search
- object frmAddTip: TfrmAddTip
- Left = 168
- Top = 118
- BorderStyle = bsDialog
- Caption = 'New Tip'
- ClientHeight = 200
- ClientWidth = 306
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnActivate = FormActivate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 306
- Height = 165
- Shape = bsFrame
- end
- object OKBtn: TButton
- Left = 76
- Top = 173
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 156
- Top = 173
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Memo1: TMemo
- Left = 5
- Top = 5
- Width = 295
- Height = 155
- Color = 14614527
- TabOrder = 0
- end
- end
-